From: Juanma Barranquero Date: Wed, 16 May 2007 13:18:02 +0000 (+0000) Subject: (display-time-24hr-format): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18861 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=aa6fb8985ba364901113fdcd066b7e448b8fd019;p=emacs.git (display-time-24hr-format): Doc fix. --- diff --git a/lisp/time.el b/lisp/time.el index b59ecbc3601..140a1a817b4 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -94,7 +94,7 @@ past 15 minutes. The default is to display 1 minute load average." (defcustom display-time-24hr-format nil "*Non-nil indicates time should be displayed as hh:mm, 0 <= hh <= 23. -nil means 1 <= hh <= 12, and an AM/PM suffix is used." +A value of nil means 1 <= hh <= 12, and an AM/PM suffix is used." :type 'boolean :group 'display-time)